Package-level declarations

Types

Link copied to clipboard
open class KmlBoolean
Utility class to help parse Kml boolean entities.
Link copied to clipboard
open class KmlContainer
Represents a KML Document or Folder.
Link copied to clipboard
open class KmlGroundOverlay
Represents a KML Ground Overlay
Link copied to clipboard
open class KmlLayer : Layer
Document class allows for users to input their KML data and output it onto the map
Link copied to clipboard
Represents a KML LineString.
Link copied to clipboard
Represents a KML MultiGeometry.
Link copied to clipboard
Created by thorin on 22/02/2017.
Link copied to clipboard
open class KmlPoint : Point
Represents a KML Point.
Link copied to clipboard
open class KmlPolygon : DataPolygon<T>
Represents a KML Polygon.
Link copied to clipboard
open class KmlRenderer : Renderer
Renders all visible KmlPlacemark and KmlGroundOverlay objects onto the GoogleMap as Marker, Polyline, Polygon, GroundOverlay objects.
Link copied to clipboard
open class KmlStyle : Style
Represents the defined styles in the KML document
Link copied to clipboard
open class KmlTrack : KmlLineString
Created by thorin on 22/02/2017.
Link copied to clipboard
open class KmlUtil
Utility methods for KML